home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / oper_sys / fp / ifp_unix.lzh / ifp / fproot / math / linear / %IMPORT < prev    next >
Encoding:
Text File  |  1987-02-09  |  154 b   |  8 lines

  1. FROM /sys IMPORT
  2.    apndl,apndr,cat,distr,distl,id,iota,length,tl,trans;
  3.  
  4. FROM /math/arith IMPORT
  5.    +,-,*,%,exp,ln,sum;
  6.  
  7. FROM /math/logic IMPORT =,null;
  8.